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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | 椰??t | 1001111010111101001111110011111101110100 | 9ebd3f3f74 |
EUC-JP | 椰??t | 1101110010111111001111110011111101110100 | dcbf3f3f74 |
UTF-8 | 椰됪뼔t | 11100110101001001011000011101011100100001010101011101011101111001001010001110100 | e6a4b0eb90aaebbc9474 |
UHC | 椰됪뼔t | 11100101101010111000100111100110100101101001110001110100 | e5ab89e6969c74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)