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 | 癌??宥?? | 1000101011100000001111110011111110010111010001110011111100111111 | 8ae03f3f97473f3f |
EUC-JP | 癌??宥?? | 1011010011100010001111110011111111001101101010000011111100111111 | b4e23f3fcda83f3f |
UTF-8 | 癌껊돀宥싧걙 | 111001111001100110001100111010101011101110001010111010111000111110000000111001011010111010100101111011001000101110100111111010101011000110011001 | e7998ceabb8aeb8f80e5aea5ec8ba7eab199 |
UHC | 癌껊돀宥싧걙 | 111001001101111110000011111010111000100110010011111010101110100110011010111001011000000110000011 | e4df83eb8993eae99ae58183 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)