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 | ?э?饒?? | 0011111110000100100011110011111111101001011000000011111100111111 | 3f848f3fe9603f3f |
EUC-JP | ?э?饒?? | 0011111110100111111011110011111111110001110000010011111100111111 | 3fa7ef3ff1c13f3f |
UTF-8 | 料э슨饒쀯슝 | 1110111110100110101111101101000110001101111011001000101010101000111010011010010110010010111011001000000010101111111011001000101010011101 | efa6bed18dec8aa8e9a592ec80afec8a9d |
UHC | 料э슨饒쀯슝 | 111010001111011110101100111011111011110110111100111010011010111010010111111011111011110110111001 | e8f7acefbdbce9ae97efbdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)