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 | 鈺?せ | 1111101111000100001111111000001010111001 | fbc43f82b9 |
EUC-JP | 鈺?せ | 100011111110001111010101001111111010010010111011 | 8fe3d53fa4bb |
UTF-8 | 鈺롦せ | 111010011000100010111010111010111010000110100110111000111000000110011011 | e988baeba1a6e3819b |
UHC | 鈺롦せ | 111010001010110110001110111001101010101010111011 | e8ad8ee6aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)