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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???秧? | 001111110011111100111111111000100101111000111111 | 3f3f3fe25e3f |
EUC-JP | ???秧? | 001111110011111100111111111000111011111100111111 | 3f3f3fe3bf3f |
UTF-8 | 娛붺돉秧뇏 | 111001011010100010011011111010111011011010111010111010111000111110001001111001111010011110100111111010111000011110001111 | e5a89bebb6baeb8f89e7a7a7eb878f |
UHC | 娛붺돉秧뇏 | 11100111111101001001010011100111100010011001100111100100111010111000011101110110 | e7f494e78999e4eb8776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)