To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?斐頃漿? | 0011111110010100111000111000110110100000100111111111011100111111 | 3f94e38da09ff73f |
EUC-JP | ?斐頃漿? | 0011111111001000111001011011101010100010110111101111100100111111 | 3fc8e5baa2def93f |
UTF-8 | 뤶斐頃漿씔 | 111010111010010010110110111001101001011010010000111010011010000010000011111001101011110010111111111011001001010010010100 | eba4b6e69690e9a083e6bcbfec9494 |
UHC | 뤶斐頃漿씔 | 10001111111001001101110111101100110011001111000111101101111011001011111010111100 | 8fe4ddecccf1edecbebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)