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 | 癲〓?揖ョ? | 11100001100111111000000110101100001111111001011101001011100000111000011100111111 | e19f81ac3f974b83873f |
EUC-JP | 癲〓?揖ョ? | 11100010101000011010001010101110001111111100110110101100101001011110011100111111 | e2a1a2ae3fcdaca5e73f |
UTF-8 | 癲〓벡揖ョ섯 | 111001111001100110110010111000111000000010010011111010111011001010100001111001101000111110010110111000111000001110100111111011001000010010101111 | e799b2e38093ebb2a1e68f96e383a7ec84af |
UHC | 癲〓벡揖ョ섯 | 111011111010011010100001111010111011101010100100111010111110011110101011111001111011110010111000 | efa6a1ebbaa4ebe7abe7bcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)