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 | 奬??篩聘 | 1001101011111011001111110011111111100010101111111110001111011001 | 9afb3f3fe2bfe3d9 |
EUC-JP | 奬??篩聘 | 1101010011111101001111110011111111100100110000011110011011011011 | d4fd3f3fe4c1e6db |
UTF-8 | 奬잦렫篩聘 | 111001011010010110101100111011001001111010100110111010111010000010101011111001111010111110101001111010001000000110011000 | e5a5acec9ea6eba0abe7afa9e88198 |
UHC | 奬잦렫篩聘 | 11101101111000011100000011100110100011101011100111011110111010001101111010111101 | ede1c0e68eb9dee8debd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)