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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 堤?Y堤?bE | 100100101110011100111111010110011001001011100111001111110110001001000101 | 92e73f5992e73f6245 |
EUC-JP | 堤?Y堤?bE | 110001001110100100111111010110011100010011101001001111110110001001000101 | c4e93f59c4e93f6245 |
UTF-8 | 堤룁Y堤룁bE | 111001011010000010100100111010111010001110000001010110011110010110100000101001001110101110100011100000010110001001000101 | e5a0a4eba38159e5a0a4eba3816245 |
UHC | 堤룁Y堤룁bE | 1111000010100111101101111101111001011001111100001010011110110111110111100110001001000101 | f0a7b7de59f0a7b7de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)