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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 邱夊ェ梧スョG | 11100111101101111001101011101000101010101000110011100110101111011010111001000111 | e7b79ae8aa8ce6bdae47 |
EUC-JP | 邱夊ェ梧スョG | 11101110101110011101010011101010100011101010101010111000111010001000111010111101100011101010111001000111 | eeb9d4ea8eaab8e88ebd8eae47 |
UTF-8 | 邱夊ェ梧スョG | 11101001100000101011000111100101101001001000101011101111101111011010101011100110101000101010011111101111101111011011110111101111101111011010111001000111 | e982b1e5a48aefbdaae6a2a7efbdbdefbdae47 |
UHC | 邱??梧??G | 110011111100100000111111001111111110011111111100001111110011111101000111 | cfc83f3fe7fc3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)