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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嚥〓〃孺?? | 10011010100010111000000110101100100000010101011010011011011111010011111100111111 | 9a8b81ac81569b7d3f3f |
EUC-JP | 嚥〓〃孺?? | 11010011111010111010001010101110101000011011011111010101110111100011111100111111 | d3eba2aea1b7d5de3f3f |
UTF-8 | 嚥〓〃孺얏에 | 111001011001101010100101111000111000000010010011111000111000000010000011111001011010110110111010111011001001011010001111111011001001011110010000 | e59aa5e38093e38083e5adbaec968fec9790 |
UHC | 嚥〓〃孺얏에 | 111001101011111110100001111010111010000110101000111010101110100010111110111001101011111110100001 | e6bfa1eba1a8eae8bee6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)