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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 枝??封? | 10001110011111010011111100111111100101011001010100111111 | 8e7d3f3f95953f |
EUC-JP | 枝??封? | 10111011110111100011111100111111110010011111010100111111 | bbde3f3fc9f53f |
UTF-8 | 枝뷸렪封렱 | 111001101001111010011101111010111011011110111000111010111010000010101010111001011011000010000001111010111010000010110001 | e69e9debb7b8eba0aae5b081eba0b1 |
UHC | 枝뷸렪封렱 | 11110010101010111011101011100110100011101011100011011100111001101000111010111110 | f2abbae68eb8dce68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)