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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 擁??節??h | 100101110110100100111111001111111001000011011111001111110011111101101000 | 97693f3f90df3f3f68 |
EUC-JP | 擁??節??h | 110011011100101000111111001111111100000011100001001111110011111101101000 | cdca3f3fc0e13f3f68 |
UTF-8 | 擁쇾툧節ㅵ깋h | 11100110100100111000000111101100100001111011111011101101100010001010011111100111101011111000000011100011100001011011010111101010101110011000101101101000 | e69381ec87beed88a7e7af80e385b5eab98b68 |
UHC | 擁쇾툧節ㅵ깋h | 11101000101101101001100111100100101110001001111011101111101111011010010011100101100000111000100101101000 | e8b699e4b89eefbda4e5838968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)