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 | 逸?悲鳥? | 1000100011101101001111111001010011011111100100101011100100111111 | 88ed3f94df92b93f |
EUC-JP | 逸?悲鳥? | 1011000011101111001111111100100011100001110001001011101100111111 | b0ef3fc8e1c4bb3f |
UTF-8 | 逸곕悲鳥푀 | 111010011000000010111000111010101011001110010101111001101000001010110010111010011011001110100101111011011001000110000000 | e980b8eab395e682b2e9b3a5ed9180 |
UHC | 逸곕悲鳥푀 | 11101100111011111011000011101011110111011110100011110000111010001100011110100011 | ecefb0ebdde8f0e8c7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)