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 | 譽??蘊?オ | 111001101010001100111111001111111110010101011101001111111000001101001001 | e6a33f3fe55d3f8349 |
EUC-JP | 譽??蘊?オ | 111011001010010100111111001111111110100110111110001111111010010110101010 | eca53f3fe9be3fa5aa |
UTF-8 | 譽긷룴蘊딁オ | 111010001010110110111101111010101011100010110111111010111010001110110100111010001001100010001010111010111001010010000001111000111000001010101010 | e8adbdeab8b7eba3b4e8988aeb9481e382aa |
UHC | 譽긷룴蘊딁オ | 111001111110001010110001111001011000111110101001111010001011001110001010111001111010101110101010 | e7e2b1e58fa9e8b38ae7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)