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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 要??獄??^ | 100101110111011000111111001111111000110110010110001111110011111101011110 | 97763f3f8d963f3f5e |
EUC-JP | 要??獄??^ | 110011011101011100111111001111111011100111110110001111110011111101011110 | cdd73f3fb9f63f3f5e |
UTF-8 | 要⑼쉈獄좑슁^ | 11101000101001101000000111100010100100011011110011101100100010011000100011100111100011011000010011101100101000101001000111101100100010101000000101011110 | e8a681e291bcec8988e78d84eca291ec8a815e |
UHC | 要⑼쉈獄좑슁^ | 11101001101010011010100111101111101111011010010111101000101010111010000011101111101111011011001101011110 | e9a9a9efbda5e8aba0efbdb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)