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 | ??㎝夷?? | 0011111100111111100001110111000010001000110011100011111100111111 | 3f3f877088ce3f3f |
EUC-JP | ???夷?? | 00111111001111110011111110110000110100000011111100111111 | 3f3f3fb0d03f3f |
UTF-8 | 淋쏆㎝夷섏괜 | 111011111010011110110101111011001000111110000110111000111000111010011101111001011010010010110111111011001000010010001111111010101011010010011100 | efa7b5ec8f86e38e9de5a4b7ec848feab49c |
UHC | 淋쏆㎝夷섏괜 | 111011001111100010011011111011001010011110101111111011001010100010011000111011001011000110100110 | ecf89beca7afeca898ecb1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)