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 | 外????舍 | 1000101001001111001111110011111100111111001111111110010001110001 | 8a4f3f3f3f3fe471 |
EUC-JP | 外????舍 | 1011001110110000001111110011111100111111001111111110011111010010 | b3b03f3f3f3fe7d2 |
UTF-8 | 外롚뤹콒퐥舍 | 111001011010010010010110111010111010000110011010111010111010010010111001111011001011110110010010111011011001000010100101111010001000100010001101 | e5a496eba19aeba4b9ecbd92ed90a5e8888d |
UHC | 外롚뤹콒퐥舍 | 111010001110001010001110110111101000111111100111101100011000111010111101100011101101111011101100 | e8e28ede8fe7b18ebd8edeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)