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 | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
SJIS-WIN | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
EUC-JP | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
UTF-8 | 혱짰챈_찼짙 | 11101101100110001011000111101100101001111011000011101100101100011000100001011111111011001011000010111100111011001010011110011001 | ed98b1eca7b0ecb1885fecb0bceca799 |
UHC | 혱짰챈_찼짙 | 1100001010011000110000101010111011000011101001100101111111000011101000011100001010100011 | c298c2aec3a65fc3a1c2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)