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 | 洩皙叔 | 100010010110101111100001101010101000111101100110 | 896be1aa8f66 |
EUC-JP | 洩皙叔 | 101100011100110011100010101011001011110111000111 | b1cce2acbdc7 |
UTF-8 | 洩皙叔 | 111001101011010010101001111001111001101010011001111001011000111110010100 | e6b4a9e79a99e58f94 |
UHC | 洩?叔 | 1110000011011101001111111110001011010010 | e0dd3fe2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)