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 | ?鉀?? | 0011111111111011110001010011111100111111 | 3ffbc53f3f |
EUC-JP | ?鉀?? | 001111111000111111100011110110000011111100111111 | 3f8fe3d83f3f |
UTF-8 | 뤦鉀呂궉 | 111010111010010010100110111010011000100110000000111011111010011010000000111010101011011010001001 | eba4a6e98980efa680eab689 |
UHC | 뤦鉀呂궉 | 1000111111010100110010111010010111100101111110111011000111000110 | 8fd4cba5e5fbb1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)