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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諱√純邃 | 1110011010000001100000011110001110001111100000111110001010000100 | e68181e38f83e284 |
EUC-JP | 諱√純邃 | 1110101111100001101000101110010110111101111000111110001111100100 | ebe1a2e5bde3e3e4 |
UTF-8 | 諱√純邃 | 111010001010101110110001111000101000100010011010111001111011010010010100111010011000001010000011 | e8abb1e2889ae7b494e98283 |
UHC | 諱√純邃 | 1111110111001001101000011110111011100010111011011110001011000101 | fdc9a1eee2ede2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)