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 | 癲?〃肄?? | 111000011001111100111111100000010101011011100011111001010011111100111111 | e19f3f8156e3e53f3f |
EUC-JP | 癲?〃肄?? | 111000101010000100111111101000011011011111100110111001110011111100111111 | e2a13fa1b7e6e73f3f |
UTF-8 | 癲뗫〃肄믤쓱 | 111001111001100110110010111010111001011110101011111000111000000010000011111010001000001010000100111010111010111110100100111011001001001110110001 | e799b2eb97abe38083e88284ebafa4ec93b1 |
UHC | 癲뗫〃肄믤쓱 | 111011111010011010001011111010111010000110101000111011001011110110010010111001101011111010110011 | efa68beba1a8ecbd92e6beb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)