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 | 驃?址? | 111010010111111000111111100110101010110000111111 | e97e3f9aac3f |
EUC-JP | 驃?址? | 111100011101111100111111110101001010111000111111 | f1df3fd4ae3f |
UTF-8 | 驃렫址동 | 111010011010100110000011111010111010000010101011111001011001110110000000111010111000111110011001 | e9a983eba0abe59d80eb8f99 |
UHC | 驃렫址동 | 1111100011111110100011101011100111110010101000111011010110111111 | f8fe8eb9f2a3b5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)