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 | 泳g???? | 1000100101101010100000101000011100111111001111110011111100111111 | 896a82873f3f3f3f |
EUC-JP | 泳g?繇?? | 10110001110010111010001111100111001111111000111111010100110100010011111100111111 | b1cba3e73f8fd4d13f3f |
UTF-8 | 泳g낼繇잒퇊 | 111001101011001110110011111011111011110110000111111010111000001010111100111001111011100110000111111011001001111010010010111011011000011110001010 | e6b3b3efbd87eb82bce7b987ec9e92ed878a |
UHC | 泳g낼繇잒퇊 | 111001111011011010100011111001111011001110111110111010011010001110011111111010001011011110011011 | e7b6a3e7b3bee9a39fe8b79b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)