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 | 001111111001110111100011010110010011111110011101111000110110001001000101 | 3f9de3593f9de36245 |
EUC-JP | ?昴Y?昴bE | 001111111101101011100101010110010011111111011010111001010110001001000101 | 3fdae5593fdae56245 |
UTF-8 | 뤙昴Y뤙昴bE | 111010111010010010011001111001101001100010110100010110011110101110100100100110011110011010011000101101000110001001000101 | eba499e698b459eba499e698b46245 |
UHC | 뤙昴Y뤙昴bE | 1000111111001000110110011101101101011001100011111100100011011001110110110110001001000101 | 8fc8d9db598fc8d9db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)