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 | 寤μ?逾?┃ | 10011011100010001000001111001010001111111110011110100101001111111000010010101011 | 9b8883ca3fe7a53f84ab |
EUC-JP | 寤μ?逾?┃ | 11010101111010001010011011001100001111111110111010100111001111111010100010101101 | d5e8a6cc3feea73fa8ad |
UTF-8 | 寤μ띁逾룬┃ | 1110010110101111101001001100111010111100111010111001110110000001111010011000000010111110111010111010001110101100111000101001010010000011 | e5afa4cebceb9d81e980beeba3ace29483 |
UHC | 寤μ띁逾룬┃ | 111001111111010110100101111011001000110110111100111010111011010110110111111010011010011010101101 | e7f5a5ec8dbcebb5b7e9a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)