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 | 繹??絶?? | 1110001110001000001111110011111110010000111000100011111100111111 | e3883f3f90e23f3f |
EUC-JP | 繹??絶?? | 1110010111101000001111110011111111000000111001000011111100111111 | e5e83f3fc0e43f3f |
UTF-8 | 繹썸툢絶잞풘 | 111001111011100110111001111011001000110110111000111011011000100010100010111001111011010110110110111011001001111010011110111011011001001010011000 | e7b9b9ec8db8ed88a2e7b5b6ec9e9eed9298 |
UHC | 繹썸툢絶잞풘 | 111001101011101010111101111001101011100010011001111011111011111010011111111011111011111010011011 | e6babde6b899efbe9fefbe9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)