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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 迺Ⅷ迺Ⅷ^ | 111001111001001010000111010110111110011110010010100001110101101101011110 | e792875be792875b5e |
EUC-JP | 迺?迺?^ | 11101101111100100011111111101101111100100011111101011110 | edf23fedf23f5e |
UTF-8 | 迺Ⅷ迺Ⅷ^ | 11101000101111111011101011100010100001011010011111101000101111111011101011100010100001011010011101011110 | e8bfbae285a7e8bfbae285a75e |
UHC | ?Ⅷ?Ⅷ^ | 00111111101001011011011100111111101001011011011101011110 | 3fa5b73fa5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)