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 | 航↓?絶?? | 100011010111000110000001101010110011111110010000111000100011111100111111 | 8d7181ab3f90e23f3f |
EUC-JP | 航↓?絶?? | 101110011101001010100010101011010011111111000000111001000011111100111111 | b9d2a2ad3fc0e43f3f |
UTF-8 | 航↓쐷絶숋풏 | 111010001000100010101010111000101000011010010011111011001001000010110111111001111011010110110110111011001000100010001011111011011001001010001111 | e888aae28693ec90b7e7b5b6ec888bed928f |
UHC | 航↓쐷絶숋풏 | 111110011111111010100001111010011001110010011001111011111011111010011001111011111011111010010011 | f9fea1e99c99efbe99efbe93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)