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 | ???j?]?? | 0011111100111111001111110110101000111111010111010011111100111111 | 3f3f3f6a3f5d3f3f |
SJIS-WIN | ???j?]?? | 0011111100111111001111110110101000111111010111010011111100111111 | 3f3f3f6a3f5d3f3f |
EUC-JP | ???j?]?? | 0011111100111111001111110110101000111111010111010011111100111111 | 3f3f3f6a3f5d3f3f |
UTF-8 | 찾혞혰j책]혨혝 | 1110110010110000101111101110110110011000100111101110110110011000101100000110101011101100101100011000010101011101111011011001100010101000111011011001100010011101 | ecb0beed989eed98b06aecb1855ded98a8ed989d |
UHC | 찾혞혰j책]혨혝 | 1100001110100011110000101000100011000010100101110110101011000011101001010101110111000010100100001100001010000111 | c3a3c288c2976ac3a55dc290c287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)