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 | 鴨??茵?? | 1000101010011011001111110011111111100100100111110011111100111111 | 8a9b3f3fe49f3f3f |
EUC-JP | 鴨??茵?? | 1011001111111011001111110011111111101000101000010011111100111111 | b3fb3f3fe8a13f3f |
UTF-8 | 鴨뱀옊茵껅를 | 111010011011010010101000111010111011000110000000111011001001100010001010111010001000110010110101111010101011101110000101111010111010010110111100 | e9b4a8ebb180ec988ae88cb5eabb85eba5bc |
UHC | 鴨뱀옊茵껅를 | 111001001110010110111001111011001001111010010010111011001110000010000011111001101011100010100110 | e4e5b9ec9e92ece083e6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)