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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褥??諭?? | 1110010111110001001111110011111110010111010000000011111100111111 | e5f13f3f97403f3f |
EUC-JP | 褥??諭?? | 1110101011110011001111110011111111001101101000010011111100111111 | eaf33f3fcda13f3f |
UTF-8 | 褥띔쑤諭녜돍 | 111010001010010010100101111010111001110110010100111011001001000110100100111010001010101110101101111010111000010110011100111010111000111110001101 | e8a4a5eb9d94ec91a4e8abadeb859ceb8f8d |
UHC | 褥띔쑤諭녜돍 | 111010011011001110110110111010101011111010100101111010111011000110110011111010011000100110011011 | e9b3b6eabea5ebb1b3e9899b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)