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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?饒Y?饒bE | 001111111110100101100000010110010011111111101001011000000110001001000101 | 3fe960593fe9606245 |
EUC-JP | ?饒Y?饒bE | 001111111111000111000001010110010011111111110001110000010110001001000101 | 3ff1c1593ff1c16245 |
UTF-8 | 뮅饒Y뮅饒bE | 111010111010111010000101111010011010010110010010010110011110101110101110100001011110100110100101100100100110001001000101 | ebae85e9a59259ebae85e9a5926245 |
UHC | 뮅饒Y뮅饒bE | 1001001010010100111010011010111001011001100100101001010011101001101011100110001001000101 | 9294e9ae599294e9ae6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)