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 | 第어렟렰 | 111001111010110010101100111011001001011010110100111010111010000010011111111010111010000010110000 | e7acacec96b4eba09feba0b0 |
UHC | 第어렟렰 | 1111000010101111101111101110111010001110101100001000111010111101 | f0afbeee8eb08ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)