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 | ?ぜ}? | 001111111000001010111010100000010111000000111111 | 3f82ba81703f |
EUC-JP | ?ぜ}? | 001111111010010010111100101000011101000100111111 | 3fa4bca1d13f |
UTF-8 | 뤞ぜ}섄 | 111010111010010010011110111000111000000110011100111011111011110110011101111011001000010010000100 | eba49ee3819cefbd9dec8484 |
UHC | 뤞ぜ}섄 | 1000111111001101101010101011110010100011111111011011110010101001 | 8fcdaabca3fdbca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)