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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 獐??? | 100011111100101110111010001111110011111100111111 | 8fcbba3f3f3f |
UTF-8 | 獐숊몤玲 | 111001111000110110010000111011001000100010001010111010111010101010100100111011111010011010101101 | e78d90ec888aebaaa4efa6ad |
UHC | 獐숊몤玲 | 1110110111101111100110011110111010010001100100101110011110111111 | edef99ee9192e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)