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 | 菻蓖倏縣 | 1110010011010000111001001110110111100000110001011110001101110000 | e4d0e4ede0c5e370 |
EUC-JP | 菻蓖倏縣 | 1110100011010010111010001110111111100000110001111110010111010001 | e8d2e8efe0c7e5d1 |
UTF-8 | 菻蓖倏縣 | 111010001000111110111011111010001001001110010110111001011000000010001111111001111011100010100011 | e88fbbe89396e5808fe7b8a3 |
UHC | ???縣 | 0011111100111111001111111111101011100011 | 3f3f3ffae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)