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 | 也よ?蘊?オ | 10010110111001111000001011100110001111111110010101011101001111111000001101001001 | 96e782e63fe55d3f8349 |
EUC-JP | 也よ?蘊?オ | 11001100111010011010010011101000001111111110100110111110001111111010010110101010 | cce9a4e83fe9be3fa5aa |
UTF-8 | 也よ뵷蘊딁オ | 111001001011100110011111111000111000001010001000111010111011010110110111111010001001100010001010111010111001010010000001111000111000001010101010 | e4b99fe38288ebb5b7e8988aeb9481e382aa |
UHC | 也よ뵷蘊딁オ | 111001011010010110101010111010001001010010110101111010001011001110001010111001111010101110101010 | e5a5aae894b5e8b38ae7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)