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 | 諺??議?? | 1000110010111111001111110011111110001011011000110011111100111111 | 8cbf3f3f8b633f3f |
EUC-JP | 諺??議?? | 1011100011000001001111110011111110110101110001000011111100111111 | b8c13f3fb5c43f3f |
UTF-8 | 諺뽦뫀議딀럷 | 111010001010101110111010111010111011110110100110111010111010101110000000111010001010110110110000111010111001010010000000111010111001111110110111 | e8abbaebbda6ebab80e8adb0eb9480eb9fb7 |
UHC | 諺뽦뫀議딀럷 | 111001011110110010010110111000101001000110100100111011001010000110001010111001101000111010010110 | e5ec96e291a4eca18ae68e96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)