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 | 嚴р?夷?? | 100110101000111010000100100000100011111110001000110011100011111100111111 | 9a8e84823f88ce3f3f |
EUC-JP | 嚴р?夷?? | 110100111110111010100111111000100011111110110000110100000011111100111111 | d3eea7e23fb0d03f3f |
UTF-8 | 嚴р뫖夷녕솾 | 1110010110011010101101001101000110000000111010111010101110010110111001011010010010110111111010111000010110010101111011001000011010111110 | e59ab4d180ebab96e5a4b7eb8595ec86be |
UHC | 嚴р뫖夷녕솾 | 111001011111000110101100111000101001000110111000111011001010100010110011111001111001100110110010 | e5f1ace291b8eca8b3e799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)