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 | 汝??蘊?オ | 100100111111000000111111001111111110010101011101001111111000001101001001 | 93f03f3fe55d3f8349 |
EUC-JP | 汝??蘊?オ | 110001101111001000111111001111111110100110111110001111111010010110101010 | c6f23f3fe9be3fa5aa |
UTF-8 | 汝싩떻蘊딁オ | 111001101011000110011101111011001000101110101001111010111001011010111011111010001001100010001010111010111001010010000001111000111000001010101010 | e6b19dec8ba9eb96bbe8988aeb9481e382aa |
UHC | 汝싩떻蘊딁オ | 111001101010001110011010111001111011011010111011111010001011001110001010111001111010101110101010 | e6a39ae7b6bbe8b38ae7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)