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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 辰贈竪o | 10010010010000111001000110100001100100100100011101101111 | 924391a192476f |
EUC-JP | 辰贈竪o | 11000011101001001100001010100011110000111010100001101111 | c3a4c2a3c3a86f |
UTF-8 | 辰贈竪o | 11101000101111101011000011101000101101001000100011100111101010111010101001101111 | e8beb0e8b488e7abaa6f |
UHC | 辰贈竪o | 11110010111000111111000111111100111000101011010101101111 | f2e3f1fce2b56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)