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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???邕?? | 0011111100111111001111111000111111100001111011010011111100111111 | 3f3f3f8fe1ed3f3f |
UTF-8 | 若띺눈邕며댚 | 111011111010010110110100111010111001110110111010111010111000100010001000111010011000001010010101111010111010100110110000111010111000110010011010 | efa5b4eb9dbaeb8888e98295eba9b0eb8c9a |
UHC | 若띺눈邕며댚 | 111001011010111010001101111010011011010010101011111010001011101110111000111001111000100010111110 | e5ae8de9b4abe8bbb8e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)