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 | ???鼇?? | 00111111001111110011111111101010100001110011111100111111 | 3f3f3fea873f3f |
EUC-JP | ???鼇?? | 00111111001111110011111111110011111001110011111100111111 | 3f3f3ff3e73f3f |
UTF-8 | 簾앮텊鼇잞풙 | 111011111010011010100110111011001001010110101110111011011000010110001010111010011011110010000111111011001001111010011110111011011001001010011001 | efa6a6ec95aeed858ae9bc87ec9e9eed9299 |
UHC | 簾앮텊鼇잞풙 | 111001111010000110011101111001101011011010000111111010001010100010011111111011111011111010011100 | e7a19de6b687e8a89fefbe9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)