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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 溜브떱Y溜브떱bE | 111011111010011110001011111010111011100010001100111010111001011010110001010110011110111110100111100010111110101110111000100011001110101110010110101100010110001001000101 | efa78bebb88ceb96b159efa78bebb88ceb96b16245 |
UHC | 溜브떱Y溜브떱bE | 111010101111111010111010111010101011011010110111010110011110101011111110101110101110101010110110101101110110001001000101 | eafebaeab6b759eafebaeab6b76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)