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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 隨樒ャ曄B | 1110011110101100100111101110011110101100100111100100000001000010 | e7ac9ee7ac9e4042 |
EUC-JP | 隨樒ャ曄B | 111011101010111011011100111010011000111010101100110110111010000101000010 | eeaedce98eacdba142 |
UTF-8 | 隨樒ャ曄B | 11101001100110101010100011100110101010001001001011101111101111011010110011100110100110111000010001000010 | e99aa8e6a892efbdace69b8442 |
UHC | 隨??曄B | 11100010110010110011111100111111111001111010010101000010 | e2cb3f3fe7a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)