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 | 癲??筍?? | 1110000110011111001111110011111111100010101000010011111100111111 | e19f3f3fe2a13f3f |
EUC-JP | 癲??筍?? | 1110001010100001001111110011111111100100101000110011111100111111 | e2a13f3fe4a33f3f |
UTF-8 | 癲싲뱺筍욄뒿 | 111001111001100110110010111011001000101110110010111010111011000110111010111001111010110110001101111011001001101010000100111010111001001010111111 | e799b2ec8bb2ebb1bae7ad8dec9a84eb92bf |
UHC | 癲싲뱺筍욄뒿 | 111011111010011010011010111010111001001110100000111000101110110010011110111001101000101010110101 | efa69aeb93a0e2ec9ee68ab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)