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 | 泳??循?? | 1000100101101010001111110011111110001111011110100011111100111111 | 896a3f3f8f7a3f3f |
EUC-JP | 泳??循?? | 1011000111001011001111110011111110111101110110110011111100111111 | b1cb3f3fbddb3f3f |
UTF-8 | 泳븀쥈循쏂뗀 | 111001101011001110110011111010111011100010000000111011001010010110001000111001011011111010101010111011001000111110000010111010111001011110000000 | e6b3b3ebb880eca588e5beaaec8f82eb9780 |
UHC | 泳븀쥈循쏂뗀 | 111001111011011010111010111001111010001010000001111000101110000010011011111010001011011010111110 | e7b6bae7a281e2e09be8b6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)