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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鐘ルホス璽 | 100011111110000011011001110011101111000110001110101111011000111010100011 | 8fe0d9cef18ebd8ea3 |
EUC-JP | 鐘ルホ?ス璽 | 1011111011100010100011101101100110001110110011100011111110001110101111011011110010100101 | bee28ed98ece3f8ebdbca5 |
UTF-8 | 鐘ルホス璽 | 111010011001000010011000111011111011111010011001111011111011111010001110111011101000010010001001111011111011110110111101111001111001001010111101 | e99098efbe99efbe8eee8489efbdbde792bd |
UHC | 鐘????璽 | 1111000110100100001111110011111100111111001111111101111111011110 | f1a43f3f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)