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 | 第??? | 1001000111100110001111110011111100111111 | 91e63f3f3f |
EUC-JP | 第??? | 1100001011101000001111110011111100111111 | c2e83f3f3f |
UTF-8 | 第몃렟렫 | 111001111010110010101100111010111010101010000011111010111010000010011111111010111010000010101011 | e7acacebaa83eba09feba0ab |
UHC | 第몃렟렫 | 1111000010101111101110001110101110001110101100001000111010111001 | f0afb8eb8eb08eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)