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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
UTF-8 | 泥⑹콐淋뺥슑] | 11101111101001111010001111100010100100011011100111101100101111011001000011101111101001111011010111101011101110101010010111101100100010101001000101011101 | efa7a3e291b9ecbd90efa7b5ebbaa5ec8a915d |
UHC | 泥⑹콐淋뺥슑] | 11101100101100101010100111101100101100011000110011101100111110001001010111101101100110101010000001011101 | ecb2a9ecb18cecf895ed9aa05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)