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 | 凋蓑???? | 1001001010011100100101101010101000111111001111110011111100111111 | 929c96aa3f3f3f3f |
EUC-JP | 凋蓑???? | 1100001111111100110011001010110000111111001111110011111100111111 | c3fcccac3f3f3f3f |
UTF-8 | 凋蓑츤뤋툗닻 | 111001011000011110001011111010001001001110010001111011001011100010100100111010111010010010001011111011011000100010010111111010111000101110111011 | e5878be89391ecb8a4eba48bed8897eb8bbb |
UHC | 凋蓑츤뤋툗닻 | 111100001011110111011110111011101100001111111001100011111011101110111000100011101011010011101001 | f0bddeeec3f98fbbb88eb4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)