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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 濚??瑗?? | 10001111110010011010000100111111001111111000111111001100110000000011111100111111 | 8fc9a13f3f8fccc03f3f |
UTF-8 | 濚욌낀瑗띹굢 | 111001101011111110011010111011001001101010001100111010111000001010000000111001111001000110010111111010111001110110111001111010101011010110100010 | e6bf9aec9a8ceb8280e79197eb9db9eab5a2 |
UHC | 濚욌낀瑗띹굢 | 111001111011100110011110111010111011001110100100111010101011110010001101111010001000001010001001 | e7b99eebb3a4eabc8de88289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)