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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | トョハアーケ | 1100010010101110110010101111010010101000101100011011000010111001 | c4aecaf4a8b1b0b9 |
EUC-JP | トョハ?アーケ | 10001110110001001000111010101110100011101100101000111111100011101011000110001110101100001000111010111001 | 8ec48eae8eca3f8eb18eb08eb9 |
UTF-8 | トョハアーケ | 111011111011111010000100111011111011110110101110111011111011111010001010111011101000110110010111111011111011110110110001111011111011110110110000111011111011110110111001 | efbe84efbdaeefbe8aee8d97efbdb1efbdb0efbdb9 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)