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 | 要??彦?? | 1001011101110110001111110011111110010101010001100011111100111111 | 97763f3f95463f3f |
EUC-JP | 要??彦?? | 1100110111010111001111110011111111001001101001110011111100111111 | cdd73f3fc9a73f3f |
UTF-8 | 要뺞뇠彦룬궚 | 111010001010011010000001111010111011101010011110111010111000011110100000111001011011110110100110111010111010001110101100111010101011011010011010 | e8a681ebba9eeb87a0e5bda6eba3aceab69a |
UHC | 要뺞뇠彦룬궚 | 111010011010100110010101111001101000011110001000111001011110100110110111111010011000001010101111 | e9a995e68788e5e9b7e982af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)