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 | 橈??日?? | 1001111011110100001111110011111110010011111110100011111100111111 | 9ef43f3f93fa3f3f |
| EUC-JP | 橈??日?? | 1101110011110110001111110011111111000110111111000011111100111111 | dcf63f3fc6fc3f3f |
| UTF-8 | 橈볝깺日뉔툣 | 111001101010100110001000111010111011001110011101111010101011100110111010111001101001011110100101111010111000100110010100111011011000100010100011 | e6a988ebb39deab9bae697a5eb8994ed88a3 |
| UHC | 橈볝깺日뉔툣 | 111010001111101010010011111000111000001110100110111011001110110110000111111010011011100010011010 | e8fa93e383a6eced87e9b89a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)