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 | 獄??異?? | 1000110110010110001111110011111110001000110110010011111100111111 | 8d963f3f88d93f3f |
EUC-JP | 獄??異?? | 1011100111110110001111110011111110110000110110110011111100111111 | b9f63f3fb0db3f3f |
UTF-8 | 獄뷜꽒異쇽쫵 | 111001111000110110000100111010111011011110011100111010101011110110010010111001111001010110110000111011001000011110111101111011001010101110110101 | e78d84ebb79ceabd92e795b0ec87bdecabb5 |
UHC | 獄뷜꽒異쇽쫵 | 111010001010101110111010111000101000010010100001111011001011011010111100111011111010011010001100 | e8abbae284a1ecb6bcefa68c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)