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???饒 | 111000010100010010000010100001110011111100111111001111111110100101100000 | e14482873f3f3fe960 |
EUC-JP | 瓮g???饒 | 111000011010010110100011111001110011111100111111001111111111000111000001 | e1a5a3e73f3f3ff1c1 |
UTF-8 | 瓮g퉽獵찥饒 | 111001111001001110101110111011111011110110000111111011011000100110111101111011111010011010100111111011001011000010100101111010011010010110010010 | e793aeefbd87ed89bdefa6a7ecb0a5e9a592 |
UHC | 瓮g퉽獵찥饒 | 111010001011011110100011111001111011100110010101111001111010011010101010010000011110100110101110 | e8b7a3e7b995e7a6aa41e9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)