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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遒伎ゲ | 111001111010001010001010111010101000001101010001 | e7a28aea8351 |
EUC-JP | 遒伎ゲ | 111011101010010010110100111011001010010110110010 | eea4b4eca5b2 |
UTF-8 | 遒伎ゲ | 111010011000000110010010111001001011110010001110111000111000001010110010 | e98192e4bc8ee382b2 |
UHC | ?伎ゲ | 0011111111010000111010111010101110110010 | 3fd0ebabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)