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 | 111011011001100010100111111011011001101010000001111011001010011110011101010110011110110110011000101001111110110110011010100000011110110010100111100111010110001001000101 | ed98a7ed9a81eca79d59ed98a7ed9a81eca79d6245 |
UHC | 혧횁짝Y혧횁짝bE | 110000101000111111000011100000011100001010100110010110011100001010001111110000111000000111000010101001100110001001000101 | c28fc381c2a659c28fc381c2a66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)