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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爾遁?? | 100011101010001010010011110110010011111100111111 | 8ea293d93f3f |
EUC-JP | 爾遁?? | 101111001010010011000110110110110011111100111111 | bca4c6db3f3f |
UTF-8 | 爾遁렮렞 | 111001111000100010111110111010011000000110000001111010111010000010101110111010111010000010011110 | e788bee98181eba0aeeba09e |
UHC | 爾遁렮렞 | 1110110010110011110101001110110110001110101110111000111010101111 | ecb3d4ed8ebb8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)