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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 夷??恁?? | 1000100011001110001111110011111110011100100011000011111100111111 | 88ce3f3f9c8c3f3f |
EUC-JP | 夷??恁?? | 1011000011010000001111110011111111010111111011000011111100111111 | b0d03f3fd7ec3f3f |
UTF-8 | 夷붿㎛恁㏃갹 | 111001011010010010110111111010111011011010111111111000111000111010011011111001101000000110000001111000111000111110000011111010101011000010111001 | e5a4b7ebb6bfe38e9be68181e38f83eab0b9 |
UHC | 夷붿㎛恁㏃갹 | 111011001010100010010100111011001010011110101101111011001111011010100111111011001011000010111101 | eca894eca7adecf6a7ecb0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)