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 | 隨大ご | 111001111010110010010001111001011000001010110010 | e7ac91e582b2 |
EUC-JP | 隨大ご | 111011101010111011000010111001111010010010110100 | eeaec2e7a4b4 |
UTF-8 | 隨大ご | 111010011001101010101000111001011010010010100111111000111000000110010100 | e99aa8e5a4a7e38194 |
UHC | 隨大ご | 111000101100101111010011110111101010101010110100 | e2cbd3deaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)