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 | イ。譴タアイ。 | 1011001010100001111001101010001011000000101100011011001010100001 | b2a1e6a2c0b1b2a1 |
EUC-JP | イ。譴タアイ。 | 1000111010110010100011101010000111101100101001001000111011000000100011101011000110001110101100101000111010100001 | 8eb28ea1eca48ec08eb18eb28ea1 |
UTF-8 | イ。譴タアイ。 | 111011111011110110110010111011111011110110100001111010001010110110110100111011111011111010000000111011111011110110110001111011111011110110110010111011111011110110100001 | efbdb2efbda1e8adb4efbe80efbdb1efbdb2efbda1 |
UHC | ??譴???? | 0011111100111111110011001011100100111111001111110011111100111111 | 3f3fccb93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)