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 | 菽??菽?? | 1110010011000001001111110011111111100100110000010011111100111111 | e4c13f3fe4c13f3f |
EUC-JP | 菽??菽?? | 1110100011000011001111110011111111101000110000110011111100111111 | e8c33f3fe8c33f3f |
UTF-8 | 菽됬뒰菽됧궦 | 111010001000111110111101111010111001000010101100111010111001001010110000111010001000111110111101111010111001000010100111111010101011011010100110 | e88fbdeb90aceb92b0e88fbdeb90a7eab6a6 |
UHC | 菽됬뒰菽됧궦 | 111000101101110110001001111001111000101010101001111000101101110110001001111001011000001010111000 | e2dd89e78aa9e2dd89e582b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)