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 | ???????~ | 0011111100111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f3f7e |
SJIS-WIN | ???????~ | 0011111100111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f3f7e |
EUC-JP | ???????~ | 0011111100111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f3f7e |
UTF-8 | 찾혚혨혢혢짼챈~ | 11101100101100001011111011101101100110001001101011101101100110001010100011101101100110001010001011101101100110001010001011101100101001111011110011101100101100011000100001111110 | ecb0beed989aed98a8ed98a2ed98a2eca7bcecb1887e |
UHC | 찾혚혨혢혢짼챈~ | 110000111010001111000010100001011100001010010000110000101000101111000010100010111100001010110010110000111010011001111110 | c3a3c285c290c28bc28bc2b2c3a67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)