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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?擺?憲 | 001111111001110110110010001111111000110010011011 | 3f9db23f8c9b |
EUC-JP | ?擺?憲 | 001111111101101010110100001111111011011111111011 | 3fdab43fb7fb |
UTF-8 | 뤈擺뤠憲 | 111010111010010010001000111001101001001110111010111010111010010010100000111001101000011010110010 | eba488e693baeba4a0e686b2 |
UHC | 뤈擺뤠憲 | 1000111110111000111101111110110010110111111100011111101011001010 | 8fb8f7ecb7f1faca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)