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 | 擁??埃?? | 1001011101101001001111110011111110011010101110100011111100111111 | 97693f3f9aba3f3f |
EUC-JP | 擁??埃?? | 1100110111001010001111110011111111010100101111000011111100111111 | cdca3f3fd4bc3f3f |
UTF-8 | 擁얠눦埃노쨰 | 111001101001001110000001111011001001011010100000111010111000100010100110111001011001111110000011111010111000010110111000111011001010100010110000 | e69381ec96a0eb88a6e59f83eb85b8eca8b0 |
UHC | 擁얠눦埃노쨰 | 111010001011011010111110111011001000011110111101111001001110111110110011111010111010010010001010 | e8b6beec87bde4efb3eba48a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)