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 | ??寧億 | 001111110011111110010100010010101000100110101101 | 3f3f944a89ad |
EUC-JP | 勖?寧億 | 1000111110110011111011010011111111000111101010111011001010101111 | 8fb3ed3fc7abb2af |
UTF-8 | 勖과寧億 | 111001011000101110010110111010101011001110111100111001011010111110100111111001011000010010000100 | e58b96eab3bce5afa7e58484 |
UHC | 勖과寧億 | 1110100111101101101100001111101011010010101110111110010111100010 | e9edb0fad2bbe5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)