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 | 濟弄??∩ | 1110000001011010100110000100110100111111001111111000000110111111 | e05a984d3f3f81bf |
EUC-JP | 濟弄??∩ | 1101111110111011110011111010111000111111001111111010001011000001 | dfbbcfae3f3fa2c1 |
UTF-8 | 濟弄렱멨∩ | 111001101011111110011111111001011011110010000100111010111010000010110001111010111010100110101000111000101000100010101001 | e6bf9fe5bc84eba0b1eba9a8e288a9 |
UHC | 濟弄렱멨∩ | 11110000101011011101011011100111100011101011111010111000111001011010000111111011 | f0add6e78ebeb8e5a1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)