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 | ???鴦?? | 00111111001111110011111111101001111100010011111100111111 | 3f3f3fe9f13f3f |
EUC-JP | ???鴦?? | 00111111001111110011111111110010111100110011111100111111 | 3f3f3ff2f33f3f |
UTF-8 | 捻뚨솈鴦꾢뻹 | 111011111010011010100100111010111001101010101000111011001000011010001000111010011011010010100110111010101011111010100010111010111011101110111001 | efa6a4eb9aa8ec8688e9b4a6eabea2ebbbb9 |
UHC | 捻뚨솈鴦꾢뻹 | 111001101111011110001100111001111001100110001100111001001110110010000100111001011001011010000100 | e6f78ce7998ce4ec84e59684 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)