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 | ???巡?? | 00111111001111110011111110001111100001000011111100111111 | 3f3f3f8f843f3f |
EUC-JP | ???巡?? | 00111111001111110011111110111101111001000011111100111111 | 3f3f3fbde43f3f |
UTF-8 | 麗몃쓹巡붻린 | 111011111010011010001000111010111010101010000011111011001001001110111001111001011011011110100001111010111011011010111011111010111010011010110000 | efa688ebaa83ec93b9e5b7a1ebb6bbeba6b0 |
UHC | 麗몃쓹巡붻린 | 111001101011000010111000111010111001110110010101111000101101111010010100111010001011100010110000 | e6b0b8eb9d95e2de94e8b8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)