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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蓚?}蓚?{^ | 111001001110100100111111011111011110010011101001001111110111101101011110 | e4e93f7de4e93f7b5e |
EUC-JP | 蓚?}蓚?{^ | 111010001110101100111111011111011110100011101011001111110111101101011110 | e8eb3f7de8eb3f7b5e |
UTF-8 | 蓚닳}蓚닳{^ | 111010001001001110011010111010111000101110110011011111011110100010010011100110101110101110001011101100110111101101011110 | e8939aeb8bb37de8939aeb8bb37b5e |
UHC | 蓚닳}蓚닳{^ | 1110001010111110101101001110001001111101111000101011111010110100111000100111101101011110 | e2beb4e27de2beb4e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)