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 | ???裕ら┨ | 001111110011111100111111100101110101010010000010111001111000010010110111 | 3f3f3f975482e784b7 |
EUC-JP | ???裕ら┨ | 001111110011111100111111110011011011010110100100111010011010100010111001 | 3f3f3fcdb5a4e9a8b9 |
UTF-8 | 捻뀁쉵裕ら┨ | 111011111010011010100100111010111000000010000001111011001000100110110101111010001010001110010101111000111000001010001001111000101001010010101000 | efa6a4eb8081ec89b5e8a395e38289e294a8 |
UHC | 捻뀁쉵裕ら┨ | 111001101111011110110010111011001001101010001011111010111010111010101010111010011010011010111001 | e6f7b2ec9a8bebaeaae9a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)