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 | 姚??巍?? | 1001101101001100001111110011111110011011110110010011111100111111 | 9b4c3f3f9bd93f3f |
EUC-JP | 姚??巍?? | 1101010110101101001111110011111111010110110110110011111100111111 | d5ad3f3fd6db3f3f |
UTF-8 | 姚붼쉹巍쒑뵓 | 111001011010011110011010111010111011011010111100111011001000100110111001111001011011011110001101111011001001001010010001111010111011010110010011 | e5a79aebb6bcec89b9e5b78dec9291ebb593 |
UHC | 姚붼쉹巍쒑뵓 | 111010001110111010010100111010011001101010001111111010001110010010011100111010001001010010010101 | e8ee94e99a8fe8e49ce89495 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)