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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 厓ら?節 | 11111010100011011000001011100111001111111001000011011111 | fa8d82e73f90df |
EUC-JP | 厓ら?節 | 1000111110110100110001111010010011101001001111111100000011100001 | 8fb4c7a4e93fc0e1 |
UTF-8 | 厓ら솈節 | 111001011000111010010011111000111000001010001001111011001000011010001000111001111010111110000000 | e58e93e38289ec8688e7af80 |
UHC | 厓ら솈節 | 1110010011101101101010101110100110011001100011001110111110111101 | e4edaae9998cefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)