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 | ?譽瀟?? | 00111111111001101010001111100000011011100011111100111111 | 3fe6a3e06e3f3f |
EUC-JP | ?譽瀟?? | 00111111111011001010010111011111110011110011111100111111 | 3feca5dfcf3f3f |
UTF-8 | 쐛譽瀟쐛了 | 111011001001000010011011111010001010110110111101111001111000000010011111111011001001000010011011111011111010011010111010 | ec909be8adbde7809fec909befa6ba |
UHC | 쐛譽瀟쐛了 | 10011100100000011110011111100010111000011011111010011100100000011110100011100111 | 9c81e7e2e1be9c81e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)