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 | 要??野?? | 1001011101110110001111110011111110010110111011000011111100111111 | 97763f3f96ec3f3f |
EUC-JP | 要??野?? | 1100110111010111001111110011111111001100111011100011111100111111 | cdd73f3fccee3f3f |
UTF-8 | 要뺝윃野뉔찕 | 111010001010011010000001111010111011101010011101111011001001110010000011111010011000011110001110111010111000100110010100111011001011000010010101 | e8a681ebba9dec9c83e9878eeb8994ecb095 |
UHC | 要뺝윃野뉔찕 | 111010011010100110010101111001011001111110001110111001011010111110000111111010011010100110010101 | e9a995e59f8ee5af87e9a995 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)