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 | 宵マ繒ォ。宵 | 100011111010101011001111111110111000111110101011101000011000111110101010 | 8faacffb8faba18faa |
EUC-JP | 宵マ繒ォ。宵 | 10111110101011001000111011001111100011111101010011010100100011101010101110001110101000011011111010101100 | beac8ecf8fd4d48eab8ea1beac |
UTF-8 | 宵マ繒ォ。宵 | 111001011010111010110101111011111011111010001111111001111011100110010010111011111011110110101011111011111011110110100001111001011010111010110101 | e5aeb5efbe8fe7b992efbdabefbda1e5aeb5 |
UHC | 宵?繒??宵 | 111000011011001000111111111100011111100100111111001111111110000110110010 | e1b23ff1f93f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)